home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network Supervisor's Toolkit
/
Network Supervisor's Toolkit.iso
/
tools
/
lu62
/
include
/
sparm.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-07-10
|
261b
|
11 lines
struct sparm {
/*
* This structure containes parms for HS for
* sending data.
*/
unsigned char flag1 : 1; /*For ALLOCATE, YES or NO */
unsigned char flag2 : 1; /*For FMH, YES or NO */
unsigned char RSRV : 2;
unsigned char type : 4; /* Type */
};